Skip to content

chore: update yeoman packages (major) - #11534

Draft
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-yeoman-packages
Draft

chore: update yeoman packages (major)#11534
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-yeoman-packages

Conversation

@renovate

@renovate renovate Bot commented Mar 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yeoman-generator (source) ^5.10.0^8.3.0 age adoption passing confidence
yeoman-test (source) ^6.3.0^11.6.0 age adoption passing confidence

Release Notes

yeoman/generator (yeoman-generator)

v8.3.0

Compare Source

Features
  • optionally use meta.getPackageJson for rootGeneratorName and rootGeneratorVersion (#​1834) (ca58b19)

v8.2.2

Compare Source

Bug Fixes
  • try to avoid could be instantiated with a different subtype of constraint issue (#​1798) (2a83721)

v8.2.1

Compare Source

Bug Fixes

v8.2.0

Compare Source

Features
Bug Fixes

v8.1.2

Compare Source

  • fix: update proxy behavior to handle raw values and add related tests (#​1762) 0f4dc08
  • feat: add StorageTransform type and update StorageOptions (#​1761) 1684d01

v8.1.1

Compare Source


v8.1.0

Compare Source


v8.0.2

Compare Source


v8.0.1

Compare Source


v8.0.0

Compare Source

Notable changes

  • Add support to environment shared context data.
  • Reworked fs api due to mem-fs-editor refactoring.
  • Drop github-username dependency.
  • May internal improvements.

v7.5.1

Compare Source

What's Changed

Full Changelog: yeoman/generator@v7.5.0...v7.5.1

v7.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: yeoman/generator@v7.4.0...v7.5.0

v7.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: yeoman/generator@v7.3.3...v7.4.0

v7.3.3

Compare Source

  • migrate to eslint 9 and test adjusts
  • permissive @types/node dependency.

v7.3.2

Compare Source

What's Changed

Full Changelog: yeoman/generator@v7.3.1...v7.3.2

v7.3.1

Compare Source

What's Changed

Full Changelog: yeoman/generator@v7.3.0...v7.3.1

v7.3.0

Compare Source

What's Changed

Full Changelog: yeoman/generator@v7.2.0...v7.3.0

v7.2.0

Compare Source

v7.1.1

Compare Source

v7.1.0

Compare Source

  • add pipeline() method and improve types a459b00

v7.0.0

Compare Source

  • bump required node versions ea4fd51
  • bump yeoman-environment to v4.0.0 e5eb6f6
  • fs.test.ts: Improve readbility, add types to fix TS problems (#​1482) 3dd4c2d

v6.0.1

Compare Source

  • set sourceRoot before help 16b16fb

v6.0.0

Compare Source

The yeoman-generator package now export a native ESM module. (Learn more about ESM)

Notable changes:

  • Convert to typescript
  • Drop node 12/14 support.
  • Requires yeoman-environment ^3.18.4.
  • Provides built-in types.
  • Uses new @yeoman/types for environment/generator interoperability. May conflict with @types/yeoman-* types.
  • Move skipParseOptions and customPriorities to features c12806a
  • Drop deprecated install (and not included by default) action 1a856b1
    Install action was not scalable. A separated task package can be considered at yeoman-api.
  • run-async is not provided anymore:
    Convert to Promises or use run-async v3:
import runAsync from 'run-async';
class Gen {
  asyncTaskWithCallback: runAsync(function() {
    const done = this.async();
    asyncMethod(done);
  }),
}
  • composeWith is async:
    • If used inside constructor, move it to _postConstruct or beforeQueue.
    • Due to complexity, prefer composeWith(generator, composeOptions signature.
yeoman/yeoman-test (yeoman-test)

v11.6.0

Compare Source

Features

v11.5.3

Compare Source

Bug Fixes

v11.5.2

Compare Source

Bug Fixes

v11.5.1

Compare Source

Bug Fixes

v11.5.0

Compare Source

Features

v11.4.2

Compare Source

Bug Fixes

v11.4.1

Compare Source

Bug Fixes

v11.4.0

Compare Source

Features

v11.3.1

Compare Source

  • chore: add support to yeoman-environment v6 0573c55

v11.3.0

Compare Source


v11.2.0

Compare Source


v11.1.1

Compare Source


v11.1.0

Compare Source


v11.0.0

Compare Source


v10.1.1

Compare Source


v10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: yeoman/yeoman-test@v10.0.1...v10.1.0

v10.0.1

Compare Source

v10.0.0

Compare Source

v9.2.0

Compare Source

v9.1.0

Compare Source

  • fix runResult.create type chainning and add mocked generators assertions. (#​240) 1cc1b0a

v9.0.0

Compare Source

v8.3.0

Compare Source

v8.2.0

Compare Source

  • add options to withSpawnMock d6f2666

v8.1.1

Compare Source

v8.1.0

Compare Source

  • bump mem-fs-editor to 10.0.3 96f2dd0

v8.0.0

Compare Source

Notable changes

  • Switch to @yeoman/types.
  • Switch adapter to @yeoman/adapter.
  • Drop node 14 support.
  • stub inquirer's registerPrompt to allow custom prompt modules 623019a

Full Changelog: yeoman/yeoman-test@v7.4.0...v8.0.0

v7.4.0

Compare Source

v7.3.0

Compare Source

v7.2.0

Compare Source

  • feat: add support to register a dependency with path and namespace and use passed namespace to register a generator path 36ef3d7

v7.1.0

Compare Source

  • feat: accept async createEnv 57438dd

v7.0.0

Compare Source

  • convert to native Node ECMAScript module. (#​161) 4495bce
  • convert to typescript (#​161) 4495bce
  • auto cleanup generated temporary directory (#​161) 4495bce
  • simplify implementation using await/async
  • add onTargetDirectory, onGenerator, onEnvironment callbacks 3702cce, 77fa4b3
  • rename withPrompts to withAnswers
  • add withFiles withYoRc, commitFiles 104810e, 6599399

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Mar 30, 2026
@renovate
renovate Bot force-pushed the renovate/major-yeoman-packages branch 5 times, most recently from fbe5aed to ec757c5 Compare April 8, 2026 14:48
@renovate
renovate Bot force-pushed the renovate/major-yeoman-packages branch 4 times, most recently from 6ba2923 to de5a9ff Compare April 14, 2026 19:42
@renovate
renovate Bot force-pushed the renovate/major-yeoman-packages branch from de5a9ff to 42dedbf Compare April 20, 2026 19:01
@renovate
renovate Bot force-pushed the renovate/major-yeoman-packages branch 4 times, most recently from dd74404 to 5002caf Compare May 6, 2026 01:07
@renovate
renovate Bot force-pushed the renovate/major-yeoman-packages branch 4 times, most recently from d4322ca to acf7286 Compare May 12, 2026 12:57
@renovate
renovate Bot force-pushed the renovate/major-yeoman-packages branch 2 times, most recently from 434bbda to 536905d Compare May 18, 2026 11:52
@renovate
renovate Bot force-pushed the renovate/major-yeoman-packages branch 2 times, most recently from 3d43685 to 9adc356 Compare June 1, 2026 18:52
@renovate
renovate Bot force-pushed the renovate/major-yeoman-packages branch 3 times, most recently from 30c2f2f to 9c6673c Compare June 13, 2026 05:52
@renovate
renovate Bot force-pushed the renovate/major-yeoman-packages branch 4 times, most recently from 836e9df to a5e6427 Compare July 8, 2026 02:25
@renovate
renovate Bot force-pushed the renovate/major-yeoman-packages branch 2 times, most recently from 4bc8224 to b7f4dd2 Compare July 12, 2026 10:17
@renovate
renovate Bot force-pushed the renovate/major-yeoman-packages branch 7 times, most recently from 5a0b074 to 2027b15 Compare July 20, 2026 23:04
@renovate
renovate Bot force-pushed the renovate/major-yeoman-packages branch 2 times, most recently from 7ebc10e to aa78d04 Compare July 30, 2026 17:40
@renovate
renovate Bot force-pushed the renovate/major-yeoman-packages branch from aa78d04 to 1cd666b Compare August 4, 2026 12:40
@renovate
renovate Bot force-pushed the renovate/major-yeoman-packages branch 3 times, most recently from 23c1b8a to 127dd9c Compare August 18, 2026 12:49
@renovate
renovate Bot force-pushed the renovate/major-yeoman-packages branch from 127dd9c to 3cad7aa Compare August 24, 2026 09:18
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/major-yeoman-packages branch from 3cad7aa to 3cd9f85 Compare August 26, 2026 16:20
@renovate

renovate Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will error in a future major version of npm. See `npm help npmrc` for supported config options.
npm warn Unknown project config "scripts-prepend-node-path". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: yeoman-test@11.6.0
npm error Found: yeoman-environment@3.19.3
npm error node_modules/yeoman-environment
npm error   yeoman-environment@"^3.19.3" from @loopback/cli@7.0.17
npm error   packages/cli
npm error     @loopback/cli@7.0.17
npm error     node_modules/@loopback/cli
npm error       workspace packages/cli from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional yeoman-environment@"^4.0.0 || ^5.0.0-beta.0 || ^6.0.0" from yeoman-test@11.6.0
npm error packages/cli/node_modules/yeoman-test
npm error   dev yeoman-test@"^11.6.0" from @loopback/cli@7.0.17
npm error   packages/cli
npm error     @loopback/cli@7.0.17
npm error     node_modules/@loopback/cli
npm error       workspace packages/cli from the root project
npm error
npm error Conflicting peer dependency: yeoman-environment@6.2.0
npm error node_modules/yeoman-environment
npm error   peerOptional yeoman-environment@"^4.0.0 || ^5.0.0-beta.0 || ^6.0.0" from yeoman-test@11.6.0
npm error   packages/cli/node_modules/yeoman-test
npm error     dev yeoman-test@"^11.6.0" from @loopback/cli@7.0.17
npm error     packages/cli
npm error       @loopback/cli@7.0.17
npm error       node_modules/@loopback/cli
npm error         workspace packages/cli from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-08-26T16_20_00_573Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-08-26T16_20_00_573Z-debug-0.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants